projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c27d895
)
(awk-mode): Require cc-mode, not cc-langs.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 17:23:14 +0000
(17:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Aug 1997 17:23:14 +0000
(17:23 +0000)
lisp/progmodes/awk-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/awk-mode.el
b/lisp/progmodes/awk-mode.el
index 5c37f639f6df3c254b71a1f4cb1765b598826a00..67ec6dedfb676f8898148f9ae4c072849dbcb80a 100644
(file)
--- a/
lisp/progmodes/awk-mode.el
+++ b/
lisp/progmodes/awk-mode.el
@@
-118,7
+118,7
@@
Turning on AWK mode calls the value of the variable `awk-mode-hook'
with no args, if that value is non-nil."
(interactive)
(kill-all-local-variables)
- (require 'cc-
langs
)
+ (require 'cc-
mode
)
(c-initialize-cc-mode)
(use-local-map c-mode-map)
(setq major-mode 'awk-mode)